home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / cprog.EXE / CC_1.ZIP / ASSERT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1987-06-03  |  128 b   |  5 lines

  1. /*
  2. ** header file for "assert" -- program verification
  3. */
  4. extern int assert();
  5.